home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / adaed / nyudemos / demos.doc < prev    next >
Encoding:
Text File  |  1996-01-30  |  1.3 KB  |  61 lines

  1. THe following is a list of the scripts necessary to run each demo program.
  2. Simple type the corresponding runX file for the demo you want to execute.
  3. In general the list is start with several simple programs working its
  4. way to more interesting and complex programs towards the end of the list.
  5.  
  6. test.ada     -- run1
  7. a simple Hello World program to test whether the compiler is working
  8.  
  9. en.ada       -- run2
  10. simple enumeration io, etc.
  11.  
  12. factr.ada     -- run3
  13. simple factorial program
  14.  
  15. primes.ada    -- run4
  16. simple primes
  17.  
  18. pi.ada        -- run5
  19. simple pi program
  20.  
  21. genqsort.ada    -- run6
  22. generic quicksort 
  23.  
  24. dates3.ada    -- run7
  25. task.ada    -- run8
  26. producer-consumer program
  27.  
  28. phil.ada    -- run9
  29. NYU's dining philospher's
  30.  
  31. spath.ada    -- runa
  32. parallel shortest-path finder
  33.  
  34. list.ada    -- runb
  35. topsort.ada    -- runb
  36. concord.ada    -- runb
  37. topological sort and concordance programs
  38.  
  39. random.ada    -- runc
  40. semaphor.ada    -- runc
  41. intio.ada    -- runc
  42. screenio.ada    -- runc
  43. maze.ada    -- runc
  44. new_maze.ada    -- runc
  45. draw.ada    -- runc
  46. hilbert.ada    -- runc
  47. maze program and hilbert curves
  48. see maze.doc
  49.  
  50. diners1.ada    -- rund
  51. diners2.ada    -- rund
  52. Mike Feldman's dining philosophers (see diners.doc)
  53.  
  54. pager2.ada    -- rune
  55. Rich Conn's pager program (can be used with diners1.ada & diners2.ada)
  56. see pager.doc
  57.  
  58. primes3.ada    -- runf
  59. parallel primes generator
  60.  
  61.